type runtime.lfstack

12 uses

	runtime (current package)
		lfstack.go#L22: type lfstack uint64
		lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
		lfstack.go#L36: func (head *lfstack) pop() unsafe.Pointer {
		lfstack.go#L50: func (head *lfstack) empty() bool {
		mcleanup.go#L284: 	full      lfstack
		mcleanup.go#L286: 	_         [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - unsafe.Sizeof(atomic.Uint64{})]byte
		mcleanup.go#L289: 	free lfstack
		mcleanup.go#L297: 	_ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - 1]byte
		mgc.go#L326: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L328: 	empty lfstack          // lock-free list of empty blocks workbuf
		mspanset.go#L316: 	stack lfstack
		runtime2.go#L1277: 	gcBgMarkWorkerPool lfstack